home *** CD-ROM | disk | other *** search
/ SGI Hot Mix 14 / Hot Mix 14.iso / .all / bin / MoviePlayer_6.2 (.txt) < prev    next >
Text File  |  1996-07-26  |  4KB  |  125 lines

  1. ! Application Defaults for movieplayer(1)
  2. !
  3. ! $Revision: 1.23 $
  4.  
  5. ! Activate schemes and sgi mode by default
  6. *useSchemes: all
  7. *sgiMode: true
  8.  
  9. ! SGI Style guide specifies pointer focus for applications
  10. *keyboardFocusPolicy: pointer
  11.  
  12. *title: MoviePlayer
  13.  
  14. *fileMenuName.labelString: File
  15. *fileMenuName.mnemonic: F
  16. *file_open.labelString: Open...
  17. *file_open.mnemonic: O
  18. *file_open.accelerator: Ctrl<Key>O
  19. *file_open.acceleratorText: Ctrl+O
  20. *file_saveas.labelString: Save As...
  21. *file_saveas.mnemonic: A
  22. *file_close.labelString: Close
  23. *file_close.mnemonic: C
  24. *file_close.accelerator: Ctrl<Key>W
  25. *file_close.acceleratorText: Ctrl+W
  26. *file_quit.labelString: Exit
  27. *file_quit.mnemonic: x
  28. *file_quit.accelerator: Ctrl<Key>Q
  29. *file_quit.acceleratorText: Ctrl+Q
  30.  
  31.  
  32. *editMenuName.labelString: Edit
  33. *editMenuName.mnemonic: E
  34. *edit_copy.labelString: Copy
  35. *edit_copy.mnemonic: C
  36. *edit_copy.accelerator: Ctrl<Key>C
  37. *edit_copy.acceleratorText: Ctrl+C
  38. *edit_prefs.labelString: Preferences...
  39. *edit_prefs.mnemonic: f
  40.  
  41. *viewMenuName.labelString: View
  42. *viewMenuName.mnemonic: V
  43. *zoomEntries: 0.25, 0.5, 1.0, 2.0, 3.0, 4.0
  44. *view_zoomMenu.labelString: Zoom
  45. *view_zoomIn.labelString: Zoom Up
  46. *view_zoomIn.accelerator: Ctrl<Key>U
  47. *view_zoomIn.acceleratorText: Ctrl+U
  48. *view_zoomOut.labelString: Zoom Down
  49. *view_zoomOut.accelerator: Ctrl<Key>D
  50. *view_zoomOut.acceleratorText: Ctrl+D
  51. *view_playSelectionOnly.labelString: Play Selection Only
  52. *view_playEveryFrame.labelString: Play Every Frame
  53. *view_playModeMenu.labelString: Playback Mode
  54. *view_speedMenu.labelString: Playback Speed
  55. *view_timeUnitMenu.labelString: Time Unit
  56. *play_once.labelString: Stop at End
  57. *play_loop.labelString: Loop
  58. *play_swing.labelString: Swing
  59.  
  60. *timeMenuName.labelString: Time
  61. *timeMenuName.mnemonic: T
  62. *time_seconds.labelString: Seconds
  63. *time_frames.labelString: Frames
  64. *time_timecode.labelString: Timecode
  65.  
  66. *popupMenuName.labelString: MoviePlayer
  67. *popup_toggleMenus.labelString: Show Menus
  68. *popup_toggleTransport.labelString: Show Transport Controls
  69.  
  70. *helpPane.labelString: Help
  71. *helpPane.mnemonic: H
  72. *help_click_for_help.labelString: Click For Help
  73. *help_click_for_help.mnemonic: C
  74. *help_click_for_help.accelerator: Shift<Key>F1
  75. *help_click_for_help.acceleratorText: Shift+F1
  76. *help_overview.labelString: Overview
  77. *help_overview.mnemonic: O
  78. *help_index.labelString: Index
  79. *help_index.mnemonic: I
  80. *help_keys_and_short.labelString: Keys and Shortcuts
  81. *help_keys_and_short.mnemonic: K
  82. *help_prod_info.labelString: Product Information
  83. *help_prod_info.mnemonic: P
  84.  
  85. ! Preferences
  86. *playbackPropertyLabel.labelString: Playback Preferences
  87. *autoPlayToggleBase.labelString: Automatically play files on open
  88. *loopModePropertyLabel.labelString: Loop Mode
  89. *loopLimitPropertyLabel.labelString: Loop Limit
  90. *loopModeNoneBase.labelString: Stop
  91. *loopModeLoopBase.labelString: Loop
  92. *loopModeSwingBase.labelString: Swing
  93.  
  94. ! Overwrite file Dialog
  95. *overwriteFileTitle:  MoviePlayer: Warning
  96. *overwriteFileMsg:    Overwrite existing file?
  97. *overwriteFileOK:     Overwrite
  98. *overwriteFileCancel: Cancel
  99.  
  100. ! cant_save_http Dialog
  101. *cant_save_httpTitle:    MoviePlayer: Error
  102. *cant_save_httpMsg:        Saving of URLs not supported. File Not Saved.
  103.  
  104. ! cant_open_file Dialog
  105. *cant_open_fileTitle:    MoviePlayer: Error
  106. *cant_open_fileMsg:        Unable to open the file \"%s\"\n\n%s
  107.  
  108. ! save progress Dialog
  109. *saveProgress:        Saving File...
  110.  
  111. ! open file busy Dialog
  112. *wait_while_opening_msg:    Opening File...
  113.  
  114. ! misc error strings
  115. *file_does_not_exist:    File does not exist
  116. *file_is_directory:        File is a directory
  117.  
  118. ! Shared playback errors
  119. *err_communicating_with_shareserver: The connection to the shared playback server has been lost.\nResorting to local control of playback.
  120. *cant_init_shareserver: Cannot start the shared playback server. Shared playback will not work.
  121. *cant_find_shareserver_address: Cannot find the network address for the shared playback server.\nResorting to local control of playback.
  122. *shareserver_connect_timeout: The shared playback server is not responding.\nResorting to local control of playback.
  123. *cant_contact_shareserver: Cannot reach the shared playback server.\nPlease try launching the tool again.
  124. *wait_while_connecting_to_shserver: Trying to connect to the shared playback server...
  125.